GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureSegmenter / GetBlockRight Method





In This Topic
GetBlockRight Method (GdPictureSegmenter)
In This Topic
Syntax
'Declaration
 
Public Function GetBlockRight( _
   ByVal SegmentationResultID As String, _
   ByVal BlockIdx As Integer _
) As Integer
public int GetBlockRight( 
   string SegmentationResultID,
   int BlockIdx
)
public function GetBlockRight( 
    SegmentationResultID: String;
    BlockIdx: Integer
): Integer; 
public function GetBlockRight( 
   SegmentationResultID : String,
   BlockIdx : int
) : int;
public: int GetBlockRight( 
   string* SegmentationResultID,
   int BlockIdx
) 
public:
int GetBlockRight( 
   String^ SegmentationResultID,
   int BlockIdx
) 

Parameters

SegmentationResultID
BlockIdx
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureSegmenter
GdPictureSegmenter Members